dsh-remote-dirpicker:让 DSH Web 的远程“新增工作区”目录选择保持一致

dsh-remote-dirpicker 是一个 MIT 许可证的 DSH 插件,旨在解决通过 nginx 反代、公网或局域网 IP 访问 DSH Web 时,“新增工作区”目录选择功能无法正常使用的问题。该插件通过组合层 patch 调整插件配置,不修改 DSH 核心代码。其核心机制是停用自动选择器 `directory-picker-auto`,强制挂载 `browse` 宿主能力,确保远程与本地访问均使用统一的浏览器内目录浏览器界面。 该插件支持在浏览器内浏览宿主文件系统,包括面包屑导航、绝对路径跳转、路径编辑、隐藏文件显示及新建文件夹等功能,并通过 dsh 自身 RPC 通道暴露能力,

Read More
dsh-gateway:为 DSH Web 界面提供 HTTPS 与登录的远程访问网关

dsh-gateway 是 DeepSeek Harness (DSH) 的一个 MIT 许可插件,旨在解决 Web 界面远程访问时的加密与登录保护问题。它作为内置插件运行,无需部署独立反向代理或证书服务,默认采用 fail-closed 机制,仅在本机 127.0.0.1:3443 监听且无账号,确保未配置前无法远程访问。 该插件提供自包含的 HTTPS 加密(支持自动或自定义证书)、账号登录保护(密码哈希存储、失败限速、会话管理)、多站点白名单以及配置热生效功能。通过修改监听地址为 0.0.0.0 并配置账号,即可支持局域网或经端口映射后的互联网访问。其反向代理采用 loopback 伪装

Read More
dsh-web-remote-frp:DSH 手机 / 外网远程访问插件(frp 内网穿透版)

dsh-web-remote-frp 是面向 DSH 的远程访问插件,旨在解决手机或外网访问 Web 界面的需求。它通过 frp 内网穿透实现公网入口,同时支持局域网 HTTP/HTTPS 直连。核心功能包括:自动下载 frpc 并支持 tcp/http/https 代理;自动生成自签名证书实现零配置 HTTPS;局域网与公网独立开关;基于随机令牌和 HttpOnly Cookie 的安全鉴权,其中公网访问强制要求令牌;反向代理自动 gzip 压缩以提升加载速度;侧边栏常驻手机快捷入口;以及支持微信、QQ、Telegram、钉钉等机器人通道。安装时需通过 pnpm 添加插件至 profile

Read More
dsh-web-remote-access:让 dsh Web UI 可远程访问并受令牌保护

`studyzy/dsh-web-remote-access` 是一个用于 dsh Web profile 的 bundle 插件,旨在解决本机回环访问无法在局域网内共享的问题。该插件允许通过 `--host 0.0.0.0` 启用远程访问,同时强制实施 Web Token 门卫机制,确保页面、API 及 WebSocket 连接的安全。 核心特性包括: 1. **安全访问**:远程访问需通过 `?web_token=` 参数验证,首次成功后下发会话 Cookie;令牌校验采用 SHA256 与常数时间比较防止时序攻击。 2. **体验优化**:本地回环访问无需令牌,保持原有简洁体验;启动时自

Read More
dsh-web-remote: Mobile and External Network Remote Access Plugin for DSH

dsh-web-remote is a DeepSeek Harness (DSH) plugin maintained by godchen520, designed to address remote access and control issues for the local DSH Web on mobile devices, external networks, and social media applications. Its core features include: leveraging Cloudflare Quick Tunnel for public network access without configuration or a public IP; supporting direct LAN HTTP/HTTPS connections with automatically generated self-signed certificates; enhancing security through random tokens and HttpOnly cookies. Additionally, it supports custom public network links (such as ngrok) and LAN ports, and accelerates large history loading via reverse proxy gzip compression. The plugin deeply integrates with WeChat and Feishu bots, allowing users to engage in AI conversations, session control, and module management through commands.

Read More
dsh-bridge: Extending DeepSeek Harness to Mobile Devices, Public Networks, and Instant Messaging

dsh-bridge (@wenbin_wb/dsh-bridge) is a DSH networking tool plugin maintained by wenbin-wb, currently at version v2.8.3. It supports local area network QR code scanning, Cloudflare/self-built tunnels, and official Bot integration for WeChat, QQ, Feishu, and Telegram; it also features built-in access Token/password authentication, management console tamper-proofing, and RPC authentication. This article introduces installation commands, typical usage scenarios, and security considerations based on the GitHub README and SkillHub directory page.

Read More
dsh-full-remote: An Auditable Remote Access Gateway for DeepSeek Harness

dsh-full-remote is a DeepSeek Harness plugin maintained by JUANWANG-BUAA. It inserts a token-authenticated reverse proxy in front of the Harness Web service, rewrites the Host/Origin to loopback addresses, and prevents privileged APIs such as settings, credentials, and host.listDirectory from returning 403 errors during public network tunneling or local area network remote access. It supports device sessions, mobile QR code invitations, JSONL audit logs, and optional Cloudflare Quick Tunnel. The installation command is: dsh plugin --profile web add dsh-full-remote.

Read More
dsh-remote: Adding a Remote Access Authentication Layer for DeepSeek Harness

Add account password login, TOTP MFA, signed session cookies, and role-based permissions before the DSH web interface. Replace workspace selection with an in-browser directory dialog. After authentication, allow DSH's originally loopback-only privileged APIs to be accessed. Suitable for scenarios where DSH is exposed to a local network or the internet via a reverse proxy or tunnel. Install with the command: dsh plugin --profile web add @xgone/dsh-remote. MIT license, maintained by xgone.

Read More